home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / ZIK / WINAMPSSKINS.exe / pordeyblack / Region.txt < prev    next >
Text File  |  1998-09-25  |  1KB  |  30 lines

  1. ;Ok, here's how this works:
  2. ;Valid section names are 
  3. ;[Normal] (for main winamp window, non-windowshade) x goes from 0-275, y 0-116
  4. ;[WindowShade] (for winamp window, windowshade mode) x 0-275, y 0-14
  5. ;[Equalizer] (EQ window) x 0-275, y 0-116
  6. ;NumPoints is the number of points in each polygon
  7. ;PointList is the list of points in each polygon
  8. ;as far as all this Inside/Outside/Transparant space mumbo is concerned, just
  9. ;remeber it this way:
  10. ;the Point is the upper-left corner of the Pixel, allways.
  11. ;(if you don't understand, just use Paint Shop Pro's "Freehand" selctor with
  12. ;selection type "Point-to-Point", and pay attention to what it calls each point
  13. ;as you select an area.  It's exactly the same as what winamp uses.
  14.  
  15.  
  16. ;Now some really crappy examples, just so you get the idea.
  17.  
  18. ;[Normal]
  19. ;NumPoints=4,4,
  20. ;PointList=0,0, 275,0, 275,14, 0,14,   252,90, 267,90, 267,107, 252,107,
  21.  
  22. ;[WindowShade]
  23. ;NumPoints=4
  24. ;PointList=20,3,59,3,59,10,20,10
  25.  
  26. ;[Equalizer]
  27. ;NumPoints=4
  28. ;PointList=20,3,59,3,59,10,20,10
  29.  
  30.